const internal/cpu.cpuid_AVX512VL
3 uses
internal/cpu (current package)
cpu_x86.go#L54: cpuid_AVX512VL = 1 << 31
cpu_x86.go#L183: X86.HasAVX512VL = isSet(ebx7, cpuid_AVX512VL)
cpu_x86.go#L189: X86.HasAVX512VAES = isSet(ecx7, cpuid_VAES) && X86.HasAES && isSet(ebx7, cpuid_AVX512VL)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |